Help > Reference > Macros > Desktop object > ActiveTab property

ActiveTab property

This property returns a Tab object that represents the tab, currently visible in Perceptive Enterprise Search - Local Administration Console application. This object allows you to gain quick access to the result list that the user is currently working on.

Member of

Desktop

Type

Read-Only Variant property (Tab)

Example

For Each Document in App.ActiveTab.FetchAll
  ' Do your processing here
Next

See Also

Macro Object Model

Desktop